PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimation Class / getPlayCount Method
In This Topic
    getPlayCount Method
    In This Topic
    Gets the play count. A non-negative integer represents the number of times the animation is played. A negative integer indicates that the animation is infinitely repeated. This value is ignored for animation types of PDF3DAnimationStyle.NONE
    Syntax
    public int getPlayCount()

    Return Value

    An integer specifying the play count for this animation.
    See Also